Dew Stats for .NET
|
Performs a one-way (single-factor) analysis of variance (ANOVA).
Parameters |
Description |
[In] TMtx Data |
Data matrix, each column is separate group. |
out double p |
Returns the significance probability of null hypothesis that two means are equal. If p is less than desired significance alpha then the result suggests the null hypothesis (two means are equal) can be rejected. |
double Alpha |
Desired significance level. |
Performs a one-way (single-factor) analysis of variance.
The following example will perform ANOVA1 on 4 variables.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|